@charset "UTF-8";
/* css utf-8 编码声明  下面注释若有必要可自行删除
Write by 奇点网络 WWW.QIDIANRT.COM  QQ/WeChat：1195650011  Tel：15508600880
 */
/* 此CSS样式为奇点网络-李露露编写 类名通用加前缀 q_ */
html,body{/*scroll-behavior:smooth;*/}  /* 不使用js只用css实现锚点平滑滚动 */
@font-face{
  font-family: SourceHanSansRegular;
  src: url('./fonts/SourceHanSans-Regular.otf');
}
@font-face{
  font-family: SourceHanSansBold;
  src: url('./fonts/SourceHanSans-Bold.otf');
}
body {
	width:100%;
	margin:0 auto;
	min-height: 300px;
	background-color: #fff;
	font-family: SourceHanSansRegular,'Microsoft Yahei',Arial,Verdana,sans-serif;
	font-size: 15px;
	color:#555;
}
ul,li {list-style: none;}
.clearfix {clear:both;}
img {max-width:100%;}
body a {outline: none;}
/* 统一调整字间距 */
div,a,span,p,ul,li{padding:0;margin:0;}
.main1200{width:100%;max-width:1200px;margin:0 auto;}
.main1400{width:100%;max-width:1400px;margin:0 auto;}
/* 电脑端隐藏 */
@media (min-width:640px ) {
	.pc_hidden{display: none;}
	a.img.pc_hidden{display: none;}
}
/* 手机端隐藏 */
@media (max-width:640px ) {
	.m_hidden{display: none;}
	a.img.m_hidden{display: none;}
}
/* 平板端隐藏 */
@media (min-width:640px ) and (max-width: 1000px) {
	.pb_hidden{display: none;}
}
@media (max-width: 640px) {
	.q_banner .swiper_button {display: none;}
}
/* 返回顶部  开始 */
#toTop{width:55px;height:55px;bottom:100px;right:10px;position:fixed;cursor:pointer;z-index:999999;}
@media(max-width: 640px){
	#toTop{width:35px;height:35px;bottom:75px;}
}
@font-face{
  font-family: 'OswaldLight';
  src: url('./Oswald-Light-TTF.sfd.ttf');
}

@keyframes move_right {
  0% {left:-20%;opacity:0;}
  100% {left:0;opacity:1;}
}

/* 返回顶部  结束 */
.q_mask{width:100%;height:100%;position: absolute;left:0;top:0;}
.q_mask_in{width:100%;position: absolute;left:0;top:50%;text-align: center;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}
a.img{outline: none;display: block;width:100%;}
.img{background-position: center center;background-size: cover;background-repeat: no-repeat;
  -moz-transition: all .8s ease 0s;
  -ms-transition: all .8s ease 0s;
  -o-transition: all .8s ease 0s;
  -webkit-transition: all .8s ease 0s;
  transition: all .8s ease 0s;
}
.hover:hover .img{
  -moz-transform:scale(1.15,1.15);
  -ms-transform:scale(1.15,1.15);
  -o-transform:scale(1.15,1.15);
  -webkit-transform:scale(1.15,1.15);
  transform:scale(1.15,1.15);
}
.q_row{width:100%;margin:0 auto;}
.q_row:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.q_n_img{width:100%;margin:20px auto;text-align: center;}
.clear{clear:none;}
.clear:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}


/* page-index-all start! */
@keyframes fadeindown_little {
  0%   {opacity: 0;transform: translateY(-20px)}
  100% {opacity: 1;transform: translateY(0)}
}
.little:hover{animation-name: fadeindown_little;animation-duration: .5s;}

.page-index-all {width:100%;height:100%;background-color:rgba(0,0,0,.5);position:fixed;left:0;top:0; z-index: 999999;display: none;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}
.q_form_mask{width:100%;height:100%;position: absolute;left:0;top:0;}
.q_form_mask_in{width:400px;position: absolute;left:50%;margin-left:-200px;top:50%;text-align: center;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}
.q_form_main{width:100%;margin:0 auto;background-color: #fff;border-radius: 4px;padding:45px 50px;position: relative;
	animation-name: fadeindown_little;animation-duration: .5s;
}
.q_form_main:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.q_form_close{width: 20px;height: 20px;line-height: 20px;text-align: center;position: absolute;top: 10px;right: 10px;color: #50506d;font-size: 22px;cursor: pointer;}
.q_form_close:hover{color:#d7c98c;}
.q_form_h{width:100%;margin:0 auto;color: #50506d;font-family: Helvetica Neue,Helvetica,sans-serif;text-align: center;}
.q_form_h_big{width:100%;margin:0 auto;font-size: 20px;font-weight: 700;line-height: 25px;}
.q_form_h_small{width:100%;margin:10px auto 0;font-size: 12px;line-height: 20px;}
.q_form_input{width:100%;margin:10px auto 0;position:relative;color:#50506d;border:1px solid #50506d;border-radius: 4px;padding:5px 5px;}
.q_form_input>i{display: block;width:30px;height:30px;line-height: 30px;font-size: 22px;float:left;}
.q_form_input>span{display: block;width:30px;float:right;}
.q_form_input>input{width:calc(100% - 60px);float:left;border:0;padding:0 10px;line-height: 30px;height:30px;font-size: 13px;color:#50506d;}
.q_form_button{width:100%;margin:20px auto 0;text-align: center;border-radius: 8px;font-size: 15px;line-height: 40px;padding:3px 0;cursor: pointer;
	background-color: #d7c98c;color:#fff;letter-spacing: 2px;
}
#q_alert{z-index: 9999999;}
#q_alert .q_form_h_big{font-size: 17px;text-align: left;}
#q_alert .q_form_h_small{font-size: 13px;text-align: left;}
#q_alert .q_form_button{width:auto;display: inline-block;float:right;line-height: 20px;padding:7px 30px;font-weight: 400;}

@media(max-width: 640px){
	.q_form_mask_in{width:300px;left:50%;margin-left:-150px;}
}
/* page-index-all end! */

section.page1 {width: 100%;top: 0;left: 0;height: 100%;position: absolute;}
section.page2 {width: 100%;left: 0;top: 100%;height:auto;position: absolute;}

/* q_menu start! */
.q_menu{width: 84px;height: 100px;cursor: pointer;position: fixed;left:0;top:0;z-index: 100;transition: all .3s;padding:35px 0 0 25px;border-right:1px solid #d7c98c;}
.q_menu.q_menu_fixed{top:0;}
.q_menu_bg{width:30px;height:40px;background-color: #e9e9e9;position: absolute;left:15px;top:26px;}
.q_menu_main{width:100%;margin:0 auto;position: relative;}
.q_menu span{display:block;background:#d7c98c;width:36px;height:2px;position:absolute;left:0;transition:all ease 0.35s;border-radius: 2px;}
.q_menu span:nth-of-type(1){top:0px}
.q_menu span:nth-of-type(2){top:10px;}
.q_menu span:nth-of-type(3){top:20px}
.q_menu_se span:nth-of-type(1){top:10px;transform:rotate(45deg)}
.q_menu_se span:nth-of-type(2){width:0}
.q_menu_se span:nth-of-type(3){top:10px;transform:rotate(-45deg)}
/* q_menu end! */

/* q_menu_body start! */
.q_menu_body_bg{width:100%;height:100%;position: fixed;left:-100%;top:0;transition: all .5s;z-index: 100;cursor: pointer;}
.q_menu_body_bg.q_menu_body_bg_se{left:0;}
.q_menu_body{width:15%;height:auto;background-color:#fff;position: fixed;left:-15%;top:100px;transition: all .5s;z-index: 101;}
.q_menu_body.q_menu_body_se{left:0;}
.q_menu_body_close{position: absolute;width: 60px;height: 50px;right:0;top:0;cursor: pointer;}
.q_menu_body_close span{display:block;background:#d7c98c;width:36px;height:2px;position:absolute;left:0;transition:all ease 0.35s;border-radius: 2px;top:25px;}
.q_menu_body_close span:nth-of-type(1){transform:rotate(45deg)}
.q_menu_body_close span:nth-of-type(2){transform:rotate(-45deg)}
.q_menu_content{width:100%;margin:0 auto;padding:15% 10%;}
ul.q_nav{width:100%;margin:0 auto;padding:0;text-align: right;}
ul.q_nav>li{width:100%;margin:0 auto;padding:40px 0 0;position: relative;left:-20%;/*opacity: 0;*/}
ul.q_nav>li:after{position: absolute;right: 0;bottom: -10px;content: "";width: 0;height: 2px;border-radius: 2px;
	-webkit-transition: all 0.35s ease-in-out;
	   -moz-transition: all 0.35s ease-in-out;
	    -ms-transition: all 0.35s ease-in-out;
	     -o-transition: all 0.35s ease-in-out;
	        transition: all 0.35s ease-in-out;}
ul.q_nav>li:hover:after{width: 50%;background-color: #fff;}
ul.q_nav>li>a{outline: none;display: block;width:100%;margin:0 auto;color:#d7c98c;transition: all .2s;}
ul.q_nav>li>a:hover{padding:0 20px 0 0;}
.q_nav_a{width:100%;margin:0 auto;font-size: 22px;line-height: 30px;}
.q_nav_a_en{width:100%;margin:5px auto 0;font-size: 14px;line-height: 20px;font-weight: 100;font-family: 'OswaldLight';text-transform: uppercase;opacity: .8;}
/* q_menu_body end! */

/* fullscreen start! */
.head{width:100%;height:100px;background-color:#fff;color:#9a9a9a;line-height:100px;border-bottom: 1px solid #d7c98c;
	text-align: center;position: fixed;top: 0;left: 0;z-index: 99;
}
.q_logo{width:100px;height:100px;margin:0 auto;}
.q_logo>h1>a{outline: none;display: block;width:100%;height:100%;margin:0 auto;}
.q_logo>h1>a>img{width:100%;}

/* q_head_right */
.q_head_right{width:30%;position: absolute;top:0;right:5%;text-align: right;height:100px;font-size: 0;padding:32px 0 0;}
.q_header_tel,.q_search{line-height: 36px;height:36px;vertical-align: middle;}
.q_header_tel{margin-right: 20px;display: inline-block;font-size: 22px;font-family: 'OswaldLight';}
.q_search{cursor: pointer;}

div.section{width: 100%;background-color: #fff;border-bottom: 1px solid #d7c98c;position: relative;}
div.section:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
div.section.page6 .fp-tableCell{height:auto!important;display: block!important;}

/* fullscreen end! */

.page_aside{width:84px;float:left;height:100%;border-right: 1px solid #d7c98c;border-bottom: 1px solid #d7c98c;position: relative;}
.page_main{width:calc(100% - 84px);height:100%;float:right;position: relative;}
.page_aside,.page_main{padding:100px 0 0;}
.page_aside_more{width:100%;position: absolute;left:0;bottom:0;}
.page_aside_more a{outline: none;display: block;width:100%;height:84px;line-height: 84px;background-color: #d7c98c;color:#fff;text-align: center;font-size: 25px;}
.page_half{width:50%;float:left;position: relative;}
.page_mask{width:100%;height: 100%;position: absolute;left:0;top:0;}
.page_mask_in{width:100%;position: absolute;left:0;top:50%;text-align: center;padding:0 8%;color:#d7c98c;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}
.page_mask_big{font-size: 70px;line-height: 80px;font-weight: 100;text-transform: uppercase;letter-spacing: 6px;}
.page_mask_span{width:7%;margin:3vh auto 5vh;height:3px;background-color: #d7c98c;border-radius: 3px;}
.page_mask_h{width:100%;margin:0 auto;}
.page_mask_h_cn{font-size: 20px;line-height: 30px;font-weight: 100;letter-spacing: 2px;text-transform:uppercase;}
.page_mask_h_en{font-size: 20px;line-height: 35px;font-weight: 100;letter-spacing:4px;text-transform:uppercase;color:#444;}
.page_mask_p{margin:6vh auto 10vh;font-size: 17px;line-height: 25px;letter-spacing: 10px;}

/* page1 start! */
.page_nav{width:100%;position: absolute;left:0;bottom:50px;}
.page_nav li{width:100%;margin:20px auto 0;padding:0 10px 0 5px;text-align: center;position: relative;cursor: pointer;}
.page_nav_txt{min-width:350px;height:30px;padding:0 15px;font-size: 16px;line-height: 40px;height:40px;position:absolute;left:83px;top:-5px;z-index: 2;display: none;
	background-color: #fff;color:#d7c98c;text-align: center;border-top-right-radius: 5px;border-bottom-right-radius: 5px;letter-spacing: 1px;
}
/* page1 end! */

/* q_banner start! */
.q_banner{width:100%;height:100%;margin:0 auto;}
.q_banner .swiper_banner{width:100%;height:100%;}
.q_banner .swiper_banner .swiper-wrapper{width:100%;height:100%;}
.q_banner .swiper_banner .swiper-wrapper .swiper-slide{height:100%;}
.q_banner .swiper_banner .swiper-slide a{outline: none;display: block;width:100%;height:100%;
	background-position: center center;background-size: cover;background-repeat: no-repeat;
}
.q_banner .swiper_banner .swiper_pagination_banner{bottom:5%;}
.q_banner .swiper_banner .swiper_pagination_banner .swiper-pagination-bullet{width:15px;height:15px;background-color: #000;opacity: 0.5;}
.q_banner .swiper_banner .swiper_pagination_banner .swiper-pagination-bullet.swiper-pagination-bullet-active{background-color: #fff;opacity: 1;}
.q_banner .swiper_banner .swiper_button_banner{background:none;width:46px;height:46px;line-height: 44px;margin-top:0;font-size: 22px;
  text-align: center;border-radius: 50%;border:1px solid #fff;color:#fff;opacity: 1;transition: all 0.3s;top:auto;bottom:50px;
}
.q_banner .swiper_banner .swiper_button_banner.swiper_button_banner_prev{left:auto;right:calc(5% + 60px);}
.q_banner .swiper_banner .swiper_button_banner.swiper_button_banner_next{right:5%;}
.q_banner .swiper_banner .swiper_button_banner.swiper_button_banner_next{background-color: #fff;color:#d7c98c;}
/* q_banner end! */

.swiper_hot{width:100%;height:100%;position: relative;}
.swiper_hot .swiper-wrapper{width:100%;height:100%;}
.swiper_hot .swiper-wrapper .swiper-slide{height:100%;}
.swiper_hot .swiper-wrapper .swiper-slide .q_hot_item{width:100%;height:100%;}

.swiper_hot .page_half_txt{opacity: 0;}
.swiper_hot .swiper-slide-active .page_half_txt{opacity: 1;}
.swiper_hot .swiper_pagination_hot{left:0;bottom:8%;width:100%;}
.swiper_hot .swiper_pagination_hot .swiper-pagination-bullet{background-color: rgba(255,255,255,.95);margin:0 3px;opacity: 1;}
.swiper_hot .swiper_pagination_hot .swiper-pagination-bullet.swiper-pagination-bullet-active{background-color: #d7c98c;opacity: 1;}

/* page2 start! */
.page2{border-bottom: 1px solid #d7c98c;}
.page2 .page_half{height:100%;}
.page2 .page_half_img{float:right;position: relative;}
.page2 .page_half .img{height:100%;}
/* page2 end! */

/* page3 start! */
.page3{border-bottom: 1px solid #d7c98c;}
.page3 .page_half{height:100%;}
.page3 .page_half .img{height:100%;}
/* page3 end! */

/* page7 start! */
.page7{border-bottom: 1px solid #d7c98c;}
.page7 .page_half{height:100%;}
.page7 .page_half_img{float:right;}
.page7 .page_half .img{height:100%;}
/* page7 end! */

.page_half_img{position:relative;}
.page_half_img_arrow{position: absolute;left:0;top:50%;margin-top:-24px;
    width: 0;
    height: 0;
    border-top: 24px solid transparent;
    border-left: 48px solid #fff;
    border-bottom: 24px solid transparent;
}
.page3 .page_half_img_arrow{
    border-top: 24px solid transparent;
    border-right: 48px solid #fff;
    border-bottom: 24px solid transparent;
    border-left: 0;
    left:auto;
    right:0;
}

/* page4 start! */
.tab .page_aside .page_pro_nav{margin:15vh 0 0;padding:0 5px;}
.tab .page_aside .page_pro_nav li{display: block;margin:0 auto 50px;position: relative;}
.tab .page_aside .page_pro_nav li a{outline: none;border:0;border-radius: 0;padding:0;color:#747474;text-align: center;cursor: pointer;
	font-size: 16px;line-height: 25px;
}

.tab .page_aside .page_pro_nav li.active{margin:0 auto 20vh;}
.tab .page_aside .page_pro_nav li.active:before{content:'';width:9px;height:9px;border:1px solid #d7c98c;border-radius: 50%;position: absolute;left:32px;top:4vh;}
.tab .page_aside .page_pro_nav li.active:after{content:'';width:1px;height:14vh;background-color: #d7c98c;position: absolute;left:36px;top:calc(4vh + 8px);}
.tab .page_aside .page_pro_nav li.active a{color:#d7c98c;}

.page4.tab .page_main .page_body{border-top:0;margin-top:0;padding-top:0;position: relative;}
.page4.tab .page_main .page_body:after{content:"";width:100%;height:1px;background-color: #ddd;position: absolute;left:0;bottom:1px;z-index: -1;}

.page_pro_title{width:100%;margin:0 auto;font-size: 18px;color:#d7c98c;line-height: 25px;letter-spacing: 3px;text-transform:uppercase;text-align: left;}
.page_pro_title span{font-weight: 700;margin-right: 10px;}

.swiper_pro{width:100%;margin:20px auto 0;}
.swiper_pro .swiper_button_pro{display: none;}
.q_pro_item{width:100%;margin:0 auto;position: relative;}
.q_pro_item_img{width:100%;margin:0 auto;}
.q_pro_item_img .img{padding:100% 0 0;}
.q_pro_item_txt{width:100%;margin:0 auto;}
.q_pro_item_txt>a{outline: none;display: block;width:100%;padding:20px 10px 50px;text-align: center;color:#d7c98c;}
.q_pro_item_en{font-size: 16px;font-weight: 100;letter-spacing: 1.5px;text-transform:uppercase;
	line-height: 25px;height:25px;overflow:hidden;text-overflow: ellipsis;white-space: nowrap;
}
.q_pro_item_cn{font-size: 18px;letter-spacing: 2px;
	line-height: 25px;height:25px;overflow:hidden;text-overflow: ellipsis;white-space: nowrap;
}

.swiper-slide-active .q_pro_item:after{content:"";width:100%;height:3px;background-color: #d7c98c;position: absolute;left:0;bottom:0;z-index: 2;}
/* page4 end! */

/* page5 start! */
.page_news{width:100%;margin:0 auto;padding:0;background-color: #fff;}

.page_news{height:100%;}
.q_news{height: 100%;}
.q_news .page_aside{height:100%;}

.q_news .page_half_img{float:right;}

.page_news_title{width:100%;margin:0 auto;padding:50px 30px 50px 120px;background-color: #d7c98c;border-bottom: 1px solid #fff;}

.page_news_h{width:100%;margin:0 auto;font-size: 18px;color:#fff;line-height: 25px;letter-spacing: 2px;text-transform:uppercase;text-align: left;}
.page_news_h span{font-weight: 700;margin-right: 10px;}
.page_news_main{width:100%;margin:0 auto;height:calc(100% - 226px);position: absolute;left:0;bottom:0;}
.page_news_main .page_half_img{height:100%;}
.page_news_main .page_half_img .img{height:100%;}
.page_news_main .page_half_txt{height:100%;}
.page_news_main .page_half_txt .q_news_list{height:100%;}

.q_news_list{width: 100%;margin:0 auto;}
.q_news_item{width: 100%;margin:0 auto;border-bottom: 1px solid #fff;height:calc(100% / 5);}
.q_news_item a{outline: none;display: block;width:100%;background-color: #f2f2f2;color:#747474;padding:40px 50px 20px 120px;height:100%;position: relative;}
.q_news_item_h{width:100%;font-size: 22px;line-height: 30px;height:30px;overflow:hidden;text-overflow: ellipsis;white-space: nowrap;letter-spacing: 2px;}
.q_news_item_date{width:100%;margin:10px auto 0; font-size: 22px;line-height: 29px;height:29px;font-weight: 100;letter-spacing: 2px;
	overflow:hidden;text-overflow: ellipsis;white-space: nowrap;
}
.q_news_item_date span{font-weight: 400;}
.q_news_item_triangle{width:0;height:0;position: absolute;top:65px;right:30px;
	border-top: 10px solid transparent;border-right: 20px solid #f2f2f2;border-bottom: 10px solid transparent;
}

.q_news_item a:hover{background-color: #d7c98c;color:#fff;}
.q_news_item a:hover .q_news_item_triangle{border-right: 20px solid #fff;}
/* page5 end! */

/* footer start! */
.footer{width: 100%;background: #f2f2f2;z-index: 8;margin:150px auto 0;border-top:5px solid #d7c98c;padding:110px 0 50px;position: relative;}
.q_footer_logo{width:130px;height: 130px;position: absolute;top:-55px;left:50%;margin-left: -65px;z-index: 9;}
.footer_main{width:100%;margin:0 auto;text-align: center;}
.footer_main p{width:100%;margin:0 auto 10px;}
.footer span,.footer a{margin:0 4px;line-height: 20px;font-size: 14px;color:#747474;outline: none;}
.footer a:hover{color:#d7c98c;}
.footer span a{margin:0;}
/* footer end! */

/* q_main start! */
section.page2 .page_aside{border-right: 0;border-bottom: 0;}
section.page2 .page_main{padding:100px 0;border-bottom: 2px solid #d7c98c;}
section.page2 .page_main.no_bottom{padding:100px 0 0;border-bottom: 0;}
.q_n_banner{width:100%;height:calc(100% - 100px);position: absolute;left:0;bottom:0;}
.q_n_banner .img{height:100%;}
.q_n_banner .page_aside{float:none;border-right: 0;border-bottom: 0;position: absolute;left:0;top:0;background-color:rgba(215,201,140,.8);}
.q_main{width:100%;margin:0 auto;min-height: 300px;font-size: 16px;line-height: 2.2;color:#555;}
.q_main p{width:100%;margin:0 auto;font-size: 16px;line-height: 2.2;color:#555;}

.q_title{width:100%;margin:0 auto;color:#555;}
.q_title_en{font-size: 60px;line-height: 1.2;font-weight: 100;letter-spacing: 10px;text-transform: uppercase;}
.q_title_span{margin:25px auto 30px;font-size: 0;}
.q_title_span span{display: inline-block;width:8%;height:3px;border-radius: 3px;background-color: #d7c98c;}
.q_title_cn{font-size: 35px;line-height: 1.2;font-weight: 100;letter-spacing: 5px;}
/* q_main end! */

/* q_n_about start! */
.about_row01{padding:0 134px;margin:80px auto 0;}
.about_row01_l{width:48%;float:left;}
.about_row01_r{width:48%;float:right;}
.about_row01_r p{font-size: 22px;color:#464646;font-weight: 100;line-height: 2;text-align:justify;letter-spacing: 2px;}

.about_row02{margin:120px auto 0;}
.about_row02 img{width: 100%;}

.about_row03{margin:0 auto;padding:120px 134px 60px 50px;}
.about_row03_l{width:35%;float:right;text-align: right;}
.about_row03_l .q_title_span{padding-right: 10px;}
.about_row03_r{width:64%;float:left;}
/* q_n_about end! */


/* 第三区块 */
.q_n_about3{width:100%;margin:0 auto;background-color: #f1f1f1;padding:0;}
.q_n_about3 h2{width:100%;margin:0 auto;font-size: 44px;color:#d7c98c;font-weight:bold;text-align: center;line-height: 60px}
.q_n_about3 h4{width:100%;margin:0 auto;font-size: 36px;color:#d7c98c;text-align: center; text-transform: uppercase;letter-spacing: 0px; line-height: 45px;}

.q_n_about3_main{width:100%;margin:0 auto;padding:0;}
.q_n_about3_main_l{width:450px;float:left;text-align: center;color:#222;}
.q_n_about3_main_r{width:calc(100% - 550px);float:right;text-align: left}

/* 大事记 代码 开始 */
.timer-circle {border:2px solid #d7c98c;border-radius:50%;height:400px;width:400px;margin:0 auto;position:relative;}
.timer-circle:before{content:'';width:calc(100% - 10px);height:calc(100% - 10px);border:1px dashed #d7c98c;border-radius: 50%; position: absolute;left:5px;top:5px;z-index: -1;}
.timer-circle:after{content:'';width:calc(100% + 16px);height:calc(100% + 16px);border:1px dashed #d7c98c;border-radius: 50%; position: absolute;left:-8px;top:-8px;z-index: -1;}
.timer-button-box {position:absolute;height:400px;width:400px;}
.timer-button {display:flex;flex-direction:column;justify-content:center;align-items:center;}
ul,li{list-style:none;padding: 0;}
.timer-list{font-size:60px;text-align:center;overflow-y:hidden;margin:10px auto;margin-top:-10px;color:#d7c98c;}
.timer-list>li{height:80px;line-height:80px;margin:20px;font-weight: 100;}
.timer-active{font-size:100px;color:#d7c98c;}
.icon-box {font-size:36px;height:50px;line-height:50px;color:#d7c98c;cursor: pointer;}
.timer-list-box {height:300px;overflow:hidden;}
/* 大事记 代码 结束 */

/* 大事记展示样式代码 开始 */
.show_txt{display: none;}
.show_txt.show_active{display: block;}
.show_txt_list{width:100%;margin:30px auto 0;padding:0 30px;}
.show_txt_list li{width:100%;margin:0 auto 20px;}
.show_txt_list li a{outline: none; color:#d7c98c;font-size: 20px;line-height: 1.5;font-weight: 100;}
/* 大事记展示样式代码 结束 */

@media(max-width: 1650px){
	.q_n_about3{margin:90px auto 0;padding:90px 0;}
	.q_n_about3 h2{font-size: 30px;line-height: 50px}
	.q_n_about3 h4{font-size: 20px;line-height: 40px;}

	.q_n_about3_main{margin:100px auto 0;}
	.q_n_about3_main_l{width:450px;}
	.q_n_about3_main_r{width:calc(100% - 550px);}
	.timer-circle {height:400px;width:400px;}
	.timer-button-box {height:400px;width:400px;}
	.timer-list{font-size:55px;margin:10px auto;margin-top:-10px;}
	.timer-list>li{height:80px;line-height:80px;margin:20px;}
	.timer-active{font-size:90px;}
	.icon-box {font-size:36px;height:50px;line-height:50px;}
	.timer-list-box {height:300px;}
	.show_txt_list{margin:30px auto 0;padding:0 30px;}
	.show_txt_list li{margin:0 auto 20px;}
	.show_txt_list li a{font-size: 18px;}

}
@media(max-width: 1550px){
	.q_n_about3{margin:80px auto 0;padding:80px 0;}
	.q_n_about3 h2{font-size: 36px;line-height: 45px }
	.q_n_about3 h4{font-size: 28px;line-height: 35px;}

	.q_n_about3_main{margin:80px auto 0;}
	.q_n_about3_main_l{width:400px;}
	.q_n_about3_main_r{width:calc(100% - 500px);}

	.timer-circle {height:340px;width:340px;}
	.timer-button-box {height:340px;width:340px;}
	.timer-list{font-size:45px;margin:10px auto;margin-top:-10px;}
	.timer-list>li{height:65px;line-height:65px;margin:15px;}
	.timer-active{font-size:80px;}
	.icon-box {font-size:36px;height:50px;line-height:50px;}
	.timer-list-box {height:240px;}

	.show_txt_list{margin:25px auto 0;padding:0 25px;}
	.show_txt_list li{margin:0 auto 15px;}
	.show_txt_list li a{font-size: 17px;}
}
@media(max-width: 1200px){
	.q_n_about3{margin:65px auto 0;padding:65px 0;}
	.q_n_about3 h2{font-size: 31px;line-height: 40px}
	.q_n_about3 h4{font-size: 23px;line-height: 30px;}
	.q_n_about3_main{margin:70px auto 0;}
	.q_n_about3_main_l{width:350px;}
	.q_n_about3_main_r{width:calc(100% - 450px);}

	.timer-circle {height:290px;width:290px;}
	.timer-button-box {height:290px;width:290px;}
	.timer-list{font-size:40px;margin:10px auto;margin-top:-10px;}
	.timer-list>li{height:60px;line-height:65px;margin:10px;}
	.timer-active{font-size:70px;}
	.icon-box {font-size:30px;height:40px;line-height:40px;}
	.timer-list-box {height:210px;}

	.show_txt_list{margin:20px auto 0;padding:0 20px;}
	.show_txt_list li{margin:0 auto 12px;}
	.show_txt_list li a{font-size: 16px;}
}
@media(max-width: 1000px){
	.q_n_about3{margin:55px auto 0;padding:55px 0;}
	.q_n_about3 h2{font-size: 27px;line-height: 35px}
	.q_n_about3 h4{font-size: 19px;line-height: 25px;}

	.q_n_about3_main{margin:55px auto 0;}
	.q_n_about3_main_l{width:100%;margin:0 auto;float:none;}
	.q_n_about3_main_r{width:100%;margin:30px auto 0;float:none;}

	.timer-circle {height:400px;width:400px;}
	.timer-button-box {height:400px;width:400px;}
	.timer-list{font-size:55px;margin:10px auto;margin-top:-10px;}
	.timer-list>li{height:80px;line-height:80px;margin:20px;}
	.timer-active{font-size:90px;}
	.icon-box {font-size:36px;height:50px;line-height:50px;}
	.timer-list-box {height:300px;}

	.show_txt_list{margin:25px auto 0;padding:0 25px;}
	.show_txt_list li{margin:0 auto 10px;}
	.show_txt_list li a{font-size: 16px;}
}
@media(max-width: 760px){
	.q_n_about3{margin:45px auto 0;padding:45px 0;}
	.q_n_about3 h2{font-size: 24px;line-height: 30px}
	.q_n_about3 h4{font-size: 18px;line-height: 22px;}
	.show_txt_list{margin:20px auto 0;padding:0 45px;}
}
@media(max-width: 550px){
	.q_n_about3{margin:35px auto 0;padding:40px 0;}
	.q_n_about3 h2{font-size: 20px;line-height: 26px}
	.q_n_about3 h4{font-size: 17px;line-height: 20px;}
}
@media(max-width: 480px){
	.q_n_about3{margin:30px auto 0;padding:35px 0;}
	.q_n_about3 h2{font-size: 18px;line-height: 24px}
	.q_n_about3 h4{font-size: 15px;line-height: 19px;}

	.q_n_about3_main{margin:30px auto 0;}
	.q_n_about3_main_l{width:100%;float:none;padding:0 30px;}
	.q_n_about3_main_r{width:100%;float:none;text-align: left;padding:0 30px;margin:25px auto 0;}

	.timer-circle {height:260px;width:260px;}
	.timer-button-box {height:260px;width:260px;}
	.timer-list{font-size:24px;}
	.timer-list>li{height:55px;line-height:45px;margin:5px;}
	.timer-active{font-size:45px;}
	.icon-box {font-size:33px;height:40px;line-height:40px;}
	.timer-list-box {height:180px;}

	.show_txt_list{margin:40px auto 0;padding:0 0 0 15px;}
	.show_txt_list li{margin:0 auto 8px;text-align: justify;}
	.show_txt_list li a{font-size: 15px;}
}

.about_row04{padding:0 84px 0 100px;border-bottom: 2px solid #d7c98c;}
.about_row04_l{width:46%;float:right;}
.about_row04_r{width:50%;float:left;padding:200px 0 0;}

.about_row04 .q_title_en{line-height: 1.5}
.about_row04 .q_title_cn{line-height: 1.5}

.about_row05{width: 100%;margin:50px auto 0;padding:120px 84px 200px 200px;background:url('../images/about_row05_bg.jpg') no-repeat center top;}
.about_row05 .q_title{text-align: right;color:#d7c98c;}
.about_row05 .q_title_span{padding-right: 10px;}

.q_n_honor_list{width:100%;margin:70px 0 0;text-align: right;}
/* q_n_product start! */

section.page2.q_n_product .page_aside{border-right: 1px solid #d7c98c;border-bottom: 1px solid #d7c98c;min-height:100vh;}
.q_n_product_main{padding:0 0 0 84px;}
.q_main_pro_title{width:100%;margin:0 auto;padding:0 50px 50px 100px;border-bottom: 1px solid #d7c98c;}
.q_main_pro_title_en{width:100%;margin:0 auto;font-size: 18px;color:#d7c98c;line-height: 25px;letter-spacing: 4px;text-transform:uppercase;text-align: left;}
.q_main_pro_title_en span{font-weight: 700;margin-right: 10px;}
.q_main_pro_title_cn{margin:20px auto 0;font-size: 35px;line-height: 2;font-weight: 100;letter-spacing: 7px;}

.q_main_pro_body{width:100%;margin:0 auto;padding:60px 84px 0 0;}
.q_n_pro_list{width:100%;margin:0 auto;}
.q_n_pro_item{width:32%;float:left;margin:0 2% 40px 0;position: relative;border:1px solid #d7c98c;}
.q_n_pro_item:nth-of-type(3n){margin:0 0 40px 0;}
.q_n_pro_item>a{outline: none;display: block;width:100%;padding:20px 50px 80px;text-align: center;color:#d7c98c;position:relative;}

.q_n_pro_item_main{transform: rotateY(0deg);background-color:#fff;position:relative;}
.pro_reverse{transition:transform 1.5s;
    transform-style: preserve-3d;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
}
.q_n_pro_item_img{width:100%;margin:0 auto;overflow:hidden;}
.q_n_pro_item_img .img{padding:100% 0 0;}

.q_n_pro_item_h{width:100%;margin:20px auto 50px;}
.q_n_pro_item_h_en{font-size: 16px;font-weight: 100;letter-spacing: 1.5px;text-transform:uppercase;
	line-height: 25px;height:25px;overflow:hidden;text-overflow: ellipsis;white-space: nowrap;
}
.q_n_pro_item_h_cn{font-size: 18px;letter-spacing: 2px;
	line-height: 25px;height:25px;overflow:hidden;text-overflow: ellipsis;white-space: nowrap;
}

.q_n_pro_item_more{width:100%;margin:0 auto;}
.q_n_pro_item_more span{display: inline-block;padding:8px 40px;border:1px solid #d7c98c;font-size: 15px;letter-spacing: 4px;line-height: 20px;border-radius: 5px;}

.q_n_pro_item_more:hover span{background-color: #d7c98c;color:#fff;}

.q_n_pro_item_mask{width:100%;height:100%;position: absolute;left:0;top:0;background-color:#fff;transform: rotateY(-180deg);z-index: -1;
    backface-visibility: hidden;
}
.q_n_pro_item_mask_in{width:100%;position: absolute;left:0;top:50%;text-align: center;padding:0 10%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}
.q_n_pro_item_p{margin:0 auto 25px;font-size:17px;line-height:1.5;}
.q_n_pro_item_mask .q_n_pro_item_more{margin:50px auto 0;}

.q_n_pro_item:hover .q_n_pro_item_main{transform: rotateY(-180deg);}
.q_n_pro_item:hover .q_n_pro_item_mask{transform: rotateY(0deg);}


/* q_n_product show */
.q_n_pro_top{width:100%;margin:0 auto;}

.q_n_pro_top_l{width:30%;float:left;}
.swiper_n_pro{width:100%;height:100%;}
.swiper_n_pro .swiper-slide a{outline: none;display: block;width:100%;padding:100% 0 0;
	background-position: center center;background-size: cover;background-repeat: no-repeat;
}
.swiper_n_pro .swiper_pagination_n_pro{bottom:5%;}
.swiper_n_pro .swiper_pagination_n_pro .swiper-pagination-bullet{width:10px;height:10px;background-color:#fff;opacity: 1;border:1px solid #d7c98c;}
.swiper_n_pro .swiper_pagination_n_pro .swiper-pagination-bullet.swiper-pagination-bullet-active{background-color: #d7c98c;opacity: 1;}

.q_n_pro_top_r{width:60%;float:right;padding:100px 0 0;color:#d7c98c;}
.q_n_pro_h{width:100%;margin:0 auto;}
.q_n_pro_h .big{font-size: 27px;line-height: 1.5;letter-spacing: 3px;}
.q_n_pro_h .pro_en{margin:10px auto;font-size: 17px;line-height: 1.5;font-weight: 100;letter-spacing: 4px;text-transform: uppercase;}
.q_n_pro_h .pro_cn{font-size: 18px;line-height: 1.5;font-weight: 100;letter-spacing: 2px;}
.q_n_pro_ul{margin:40px auto 0;padding:40px 0 0;border-top:1px solid #ddd;}
.q_n_pro_ul li{font-size: 17px;line-height: 2.2;font-weight: 100;letter-spacing: 2px;}


.q_main_content{width:100%;margin:40px auto 0;padding:40px 0 0;border-top:1px solid #d7c98c;min-height: 300px;}
/* q_n_product end! */

/* q_n_store start! */
.q_n_pro_nav{width:100%;margin:0 auto;padding:0 84px 0 0;}
.q_n_pro_nav li{width:45%;float:left;margin:0 10% 0 0;}
.q_n_pro_nav li:nth-of-type(2n){margin:0;}
.q_n_pro_nav li>a{outline: none;display: block;width:100%;color:#464646;padding:0 0 30px;border-bottom: 10px solid #fff;}
.q_n_pro_nav li.on>a{color:#d7c98c;border-bottom: 10px solid #d7c98c;}
.q_n_pro_nav li.on>a .q_title_en{color:#d7c98c;}
.q_n_pro_nav li.on>a .q_title_cn{color:#d7c98c;}

.q_n_store .q_n_pro_nav li{float:none;margin: auto;text-align: center;}

.q_n_store_list{width:100%;margin:120px auto 100px;}
.q_n_store_item{width:100%;margin:80px auto 0;}
.q_n_store_item>a{outline: none;display: block;width:100%;}
.q_n_store_item>a:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.q_n_store_item_img{width:52%;float:left;height:600px;overflow:hidden;position: relative;}
.q_n_store_item_img .img{height:100%;}
.q_n_store_item_txt{width:48%;float:right;height:600px;color:#333;border:1px solid #d7c98c;text-align:center;position: relative;}
.q_n_store_item_main{padding:0 10%;}
.q_n_store_item_num{font-size: 30px;font-weight: 100;letter-spacing: 2px;line-height: 35px;}
.q_n_store_item_h{margin:30px auto 0;font-size: 30px;font-weight: 100;letter-spacing: 5px;line-height: 40px;}
.q_n_store_item_h_en{margin:5px auto 0;font-size: 14px;font-weight: 100;letter-spacing: 2px;line-height:25px;color:#d7c98c;text-transform: uppercase;}
.q_n_store_item_span{margin:15px auto;text-transform: center;font-size: 0;line-height: 0;}
.q_n_store_item_span span{display: inline-block;width:6%;height:2px;background-color: #666;border-radius: 2px;}
.q_n_store_item_p{font-size: 20px;font-weight: 100;letter-spacing: 3px;line-height: 1.2;}

.q_n_store_show{width:100%;margin:120px auto 0;}
.q_n_store_show_h{width:90%;margin:0 auto;font-size: 25px;color:#d7c98c;letter-spacing: 5px;line-height: 2;text-align: center;}
/* q_n_store end! */

/* q_n_news start! */
.q_n_news_list{width:100%;margin:120px auto 100px;}
.q_n_news_item{width:32.6%;float:left;margin:0 1.1% 0 0;position: relative;}
.q_n_news_item:nth-of-type(3n){margin:0 0 0 0;}
.q_n_news_item_img{width:100%;margin:0 auto;overflow:hidden;}
.q_n_news_item_img .img{padding:91.5% 0 0;}
.q_n_news_item_txt{width: 100%;margin:0 auto;padding:40px 0;}
.q_n_news_item_h{width: 100%;margin:0 auto;}
.q_n_news_item_h>a{outline: none;display: block;width:100%;font-size: 22px;line-height: 30px;height:30px;letter-spacing: 3px;color:#444;
	overflow:hidden;text-overflow: ellipsis;white-space: nowrap;
}
.q_n_news_item_date{width:100%;margin:10px auto 0; font-size: 22px;line-height: 29px;height:29px;font-weight: 100;letter-spacing: 2px;color:#555;
	overflow:hidden;text-overflow: ellipsis;white-space: nowrap;
}
.q_n_news_item_date span{font-weight: 400;}

.q_n_news_show{width:100%;margin:120px auto 0;padding:90px 5% 0;border-top:2px solid #d7c98c;min-height: 300px;}
.q_n_news_l{width:230px;float:left;color:#d7c98c;}
.news_date_big{font-size: 50px;line-height: 60px;letter-spacing: 2px;font-weight: 100;}
.news_date_small{font-size: 35px;line-height: 40px;letter-spacing: 6px;}

.q_n_news_r{width:calc(100% - 230px);float:right;}
.q_n_news_top{width:100%;margin:0 auto;}
.q_n_news_top h1{padding:0 20px;font-size: 36px;color:#333;line-height: 1.5;letter-spacing: 5px;}
.q_n_news_top_span{margin:20px auto 0;padding:5px 20px;background-color: #e6e6e6;}
.q_n_news_top_span span{display: inline-block;margin-right: 15px;font-size: 15px;line-height: 20px;color:#333;letter-spacing: 1px;}
.q_n_news_body{width:100%;padding:35px 20px 0;min-height: 300px;}
/* q_n_news end! */

/* q_n_contact start! */
.contact_row01{padding:0 134px 0 50px;margin:50px auto 0;}
.contact_row01_l{width:50%;float:left;}
.contact_row01_r{width:50%;float:right;padding:40px 30px 40px 80px;background-color: #d7c98c;color:#fff;position: relative;}
.contact_row01_r:after{content:'';width:100%;height:2px;background-color: #d7c98c;position: absolute;left:0;bottom:-4px;}
.contact_row01_img{width:290px;position: absolute;top:-50px;right:50px;z-index: 2;}
.contact_row01_tel{font-size: 35px;line-height: 1.3;letter-spacing: 3px;font-weight: 100;}
.contact_row01_tel span{font-weight: 700;}

.contact_row02{margin:100px auto 0;}
.contact_item{margin:60px auto 0;border:1px solid #d7c98c;}
.contact_item_img,.contact_item_txt{width:50%;float:left;position: relative;height: 500px;}
.contact_item:nth-of-type(2) .contact_item_txt{float:right;}
.contact_item_img .img{height:100%;}
.contact_item_txt{background-color: #d7c98c;}
.contact_item_main{padding: 0 15%;text-align:left;}
.contact_item_h{font-size: 35px;line-height: 1.5;letter-spacing: 5px;color:#fff;}
.contact_item_span{margin:30px auto 25px;font-size: 0;}
.contact_item_span span{display: inline-block;width:10%;height:3px;border-radius: 3px;background-color: #fff;}
.contact_item_p{width:100%;margin:0 auto;}
.contact_item_p p{width:100%;margin:0 auto;font-size: 30px;line-height: 1.5;color: #fff;font-weight: 100;letter-spacing: 2px;}
/* q_n_contact end! */

.q_n_map{width:100%;height:100%;}
.allmap {width: 100%;height: 100%;font-size: 14px;line-height: 30px;overflow: hidden;font-family:"微软雅黑";}
.allmap strong{color: #CC5522;font-weight: 700;font-size: 17px;line-height: 30px;}
.allmap img{max-width: none;}


.contact_bg { width: 100%; height: auto; overflow: hidden; margin: 60px auto 0px auto; display: block; max-width: 1600px;}
.contact_block { display: block; width: 100%; height: auto; overflow: hidden; position: relative;}
.contact_l { width: 70%; height: 100%; overflow: hidden; font-size: 0; border: 1px solid #dddddd; box-sizing: border-box; position: absolute; left: 0; top: 0; z-index: 9;}
.contact_l .img{height:100%;}
.contact_r{ width:30%; height: auto; overflow: hidden; float:right; background: #f4f4f4;}
.contact_tit { font-size: 23px; line-height: 35px; display: block; color: #333333; margin: 25px 7% 0px 7%;}
.empty-item {  background:#fff; color:#888888; margin:0.2em 0; padding:0.5em 0.8em; font-style:italic; border:none; text-align:center; visibility:hidden; opacity:0;  clear:left; width:100%;}
.empty .empty-item { opacity:1; visibility:visible;}
.hidden { display:none;}
#list { width: 86%; height: 600px; overflow: auto; overflow-x: hidden; margin: 20px auto;}
#list::-webkit-scrollbar { width: 3px; height: 10px; background-color:rgba(0,0,0,0.1); }
#list::-webkit-scrollbar-thumb
{
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.2);
    background-color:rgba(0,0,0,.2);
}
#list .in { display: block; overflow: hidden; padding-bottom:30px; line-height: 30px;}
#list .in .tit { display: block; font-size: 18px; font-weight: bold; color: #333333; line-height: 35px;}
#list .in .area { display: none;}
#list .in .des { display: block; font-size: 15px; line-height: 25px; color: #555555;}

#list .in.active .des p{color:#d7c98c;font-weight: 700;}

.search-box { width: 86%; height:35px; border:1px solid #ff92a1; border-radius:3px; box-sizing: border-box; padding: 0px 10px; font-family: "微软雅黑"; display: block; clear: both; margin: 10px auto 0px auto; outline: none;}
.list-count { display: block; font-size: 15px; color: #777777; line-height: 35px; clear: both; margin: 5px 7% 0px 7%;}
#container { width: 100%; height: 780px; overflow: hidden;}
.contact_l iframe { margin-left: -20%; margin-top: -8%;}


/* pagelist start! */
.pagelist {list-style: none;margin:30px auto 20px;text-align: center;padding:5px 0;font-size: 0;}
.pagelist > a,.pagelist>span{
	display: inline-block;text-decoration: none;outline: none;min-width:45px;height:40px;line-height: 40px;
	font-size: 15px;padding:0 10px;color:#222;background-color: #f5f5f5;margin:3px 3px;border-radius: 2px;transition: all .2s;}
.pagelist > span{color:#fff;background-color: #d7c98c;}
.pagelist >a:hover{color:#fff;background-color: #d7c98c;}
@media(max-width: 1440px){
	.pagelist {margin:35px auto 20px;}
	.pagelist > a,.pagelist > span{min-width:40px;height:35px;line-height: 35px;font-size: 13px;padding:0 8px;}
}
@media(max-width: 640px) {
	.pagelist {margin:20px auto 5px;}
	.pagelist > a,.pagelist > span{min-width:40px;height:30px;line-height: 30px;font-size: 12px;padding:0 8px;font-weight: normal;}
}
@media(max-width: 500px) {
	.pagelist {margin:25px auto 10px;}
	.pagelist > a,.pagelist > span{min-width:40px;height:30px;line-height: 30px;font-size: 12px;margin:3px 2px;}
}
/* pagelist end! */

/* q_aside start! */
.q_aside{position: fixed;right:1%;bottom:25%;z-index: 100000000000;}
.q_aside_item{width:54px;height:54px;margin:0 auto 2px; background-color: #d7c98c;border-radius: 4px;cursor: pointer;position: relative;text-align: center;padding:12px;}
.q_aside_item a{outline: none;display: block;}
.q_aside_item_main{width:150px;height:54px;text-align: center;line-height: 54px;font-size: 17px;display: none;
  color:#fff;background-color:#d7c98c;border-radius: 4px;position: absolute;left:-160px;top:0px;
}
.weixin{width:120px;height:120px;text-align: center;padding:0;display: none;overflow:hidden;box-shadow: 0 0 10px #888;
  border-radius: 4px;position: absolute;left:-130px;top:-33px;
}
.q_aside_item4{display:none;}
@media(max-width: 640px){
  .q_aside{right:10px;bottom:15%;}
  .q_aside_item{width:36px;height:36px;padding:7px;}
  .q_aside_item_main{width:120px;height:36px;line-height: 36px;font-size: 14px;display: none;left:-130px;top:0px;}
  .weixin{width:100px;height:100px;display: none;left:-110px;top:-33px;}
  .q_aside_item1,.q_aside_item2,.q_aside_item3{display: none;}
}
/* q_aside end! */

/* m_footer start! */
.footer_m {display: none;}
@media (max-width: 640px) {
	.footer_m {display: block;}
}
.footer_m{position: fixed;bottom:0;left:0;width:100%;height:60px;z-index: 99;padding:10px 0;background-color: #d7c98c;}
.footer_m:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.footer_m_item {width:33%;float:left;height:40px;text-align: center;}
.footer_m_item a{outline: none}
.footer_m_item_icon {width:100%;height:20px;}
.footer_m_item_icon a{outline: none;display: block;width: 100%;height:100%;outline: none;}
.footer_m_item_icon img{width:20px;height:20px;}
.footer_m_item_txt{width:100%;height:20px;line-height: 20px;color:#fff;font-size: 12px;}
/* m_footer end! */